Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
testing::internal::UniversalPrinter< T[N]> Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

static void Print (const T(&a)[N], ::std::ostream *os)
 

Detailed Description

template<typename T, size_t N>
class testing::internal::UniversalPrinter< T[N]>

Definition at line 923 of file gtest-printers.h.

Member Function Documentation

◆ Print()

template<typename T , size_t N>
static void testing::internal::UniversalPrinter< T[N]>::Print ( const T(&)  a[N],
::std::ostream *  os 
)
inlinestatic

Definition at line 927 of file gtest-printers.h.

927  {
928  UniversalPrintArray(a, N, os);
929  }
void UniversalPrintArray(const T *begin, size_t len, ::std::ostream *os)
doublereal * a

The documentation for this class was generated from the following file: